home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000016_icon-group-sender _Fri Aug 26 14:19:04 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 26 Aug 1994 12:26:48 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: Fri, 26 Aug 1994 14:19:04 GMT
  4. From: dkuhlman@netcom.com (G. David Kuhlman)
  5. Message-Id: <dkuhlmanCv5Brs.JEt@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <1994Aug24.134150.20381@midway.uchicago.edu>
  9. Subject: Re: lexical analyzer for Icon
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12. Richard L. Goerwitz (goer@quads.uchicago.edu) wrote:
  13. : A while back I wrote a parser generator for Icon (which, by the way,
  14. : I'll be happy to offer the latest, least buggy :-) version of to any-
  15. : one who asks).  I've been meaning to write a lexical analyzer of some
  16. : kind as well, but just haven't gotten around to it.  Has anyone else
  17. : done this already?
  18.  
  19. I wrote an Icon program that generates an Icon program which is a 
  20. recursive descent parser.  I also have a version of it which
  21. generates C code (but this one is a little bit specialized for a
  22. specific project).  You're welcome to them, if they are of interest.
  23.  
  24. -- 
  25. ----------------------
  26. Dave Kuhlman        Reify, Redwood City, CA
  27. Internet:   dkuhlman@netcom.com
  28. Compuserve: 72470,116
  29. ----------------------
  30.